home *** CD-ROM | disk | FTP | other *** search
/ Project Full Color - DAG 1 / Project Full Color - DAG 1.iso / pc / win / g4_6.dir / 00145_Field_145.txt < prev    next >
Text File  |  1995-10-31  |  101b  |  6 lines

  1. on mouseDown
  2.   set ret = Button1("b3.BMP", "d2.BMP")
  3.   if ret = 1 then
  4.    GO TO"23"
  5.   end if
  6. end